object BandEditorForm: TBandEditorForm Left = 200 Top = 108 BorderStyle = bsDialog Caption = '�������� ������' ClientHeight = 91 ClientWidth = 209 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 8 Width = 48 Height = 13 Caption = '��������' end object CB1: TComboBox Left = 4 Top = 24 Width = 201 Height = 21 Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 0 end object Button1: TButton Left = 48 Top = 60 Width = 75 Height = 25 Caption = '��' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 128 Top = 60 Width = 75 Height = 25 Cancel = True Caption = '������' ModalResult = 2 TabOrder = 2 end end